Xbasic

Microsoft Office Functions

IN THIS PAGE

Description

Functions for creating and working with Microsoft Office files.

Name
Description
a5_analyzeExcelFile Function

Gets information about an Excel file.

a5_createSQLTablesFromExcelFile Function

Creates tables in a database from an Excel file.

excel_to_json Function

Takes an Excel file and returns a string of JSON data.

excel_to_resultset Function

Takes an Excel file and returns a SQL::Resultset object.

excel_to_sqlite Function

Creates a SQLite database file from data in an Excel file.

word_merge_json Function

Merges JSON data into a Word template document.

word_merge_python Function

Merges JSON data into a Word template document.

word_template_from_sample_json Function

Creates a Word template from sample JSON data.

word_template_from_schema Function

Creates a Word template from a JSON Schema.

Other Functions

In addition to the functions listed here, the following functions and methods ar can be used to manipulate or generate Microsoft Office files (excel, word, etc.)

See Also